inspector: Annotate a call whose return value we don't need
authorMatthias Clasen <mclasen@redhat.com>
Fri, 17 Jul 2015 19:55:18 +0000 (15:55 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 17 Jul 2015 20:11:16 +0000 (16:11 -0400)
commitf960d4f486aa71f4c8e11ae3c464df1bbb84ed4e
tree575638394da65ea252a2c139cb8db18db68ad140
parent8ba55d80fc90fd21a751b676095e853e6630c0d0
inspector: Annotate a call whose return value we don't need

The way this code is written, we know that there is an item in
the hash table and the iter_next call will give it to us, so
no need to check the return value. Annotate the call to tell
coverity.
gtk/inspector/gestures.c